Html Css Color HEX #38401B Turtle Green

📋 copy color: '#38401B'

red 56 ◦ green 64 ◦ blue 27

#38401B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #38401B

Tints of Turtle Green #38401B

RGB

 RED value IS 56 (22.27% from 255) = 38.1%

 GREEN value IS 64 (25.39% from 255) = 43.54%

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 38.1%
G = 43.54%
B = 18.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38401B (or 0x38401B) is known color: Turtle Green. HEX triplet: 38, 40 and 1B. RGB value is (56,64,27). Sum of RGB (Red+Green+Blue) = 56+64+27=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #38401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38401B is #C7BFE4. Grayscale: #393939. Windows color (decimal): -13090789 or 1785912. OLE color: 1785912.

HSL color Cylindrical-coordinate representation of color #38401B: hue angle of 72.97º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38401B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 27 -
CMYK 0.13 0 0.58 0.75
HSL 72.97º 0.41% 0.18% -
HSV(B) 72.97º 0.58% 0.25% -
XYZ 3.66 4.59 1.73 -
YUV 57.39 110.85 127.01 -
System Red Green Blue C M Y K H S L
Decimal 56 64 27 0.13 0 0.58 0.75 72.97 0.41 0.18
Hex 38 40 1B D 0 3A 4B 49 29 12
Octal 70 100 33 15 0 72 113 111 51 22
Binary 111000 1000000 11011 1101 0 111010 1001011 1001001 101001 10010

Color Harmonies of #38401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38401B

Black with #38401B

Text Example


Text Example

White with #38401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38401B; }

 p { color: rgb(56,64,27); }

 H1.HeaderClassName
 {
   color: #38401B;
 }
 .AnyTagClassName
 {
   color: #38401B;
 }
</style>

background-color css

<style>
 a { background-color: #38401B; }

 a { background-color: rgb(56,64,27); }

 div.DivClassName
 {
   background-color: #38401B;
 }
 .BgClassName
 {
   background-color: #38401B;
 }
</style>

border-color css

<style>
 span { border-color: #38401B; }

 span { border-color: rgb(56,64,27); }

 td.TdClassName
 {
   border-color: #38401B;
 }
 .TagClassName
 {
   border-color: #38401B;
 }
</style>