Html Css Color HEX #384214 Turtle Green

📋 copy color: '#384214'

red 56 ◦ green 66 ◦ blue 20

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

Shades of Turtle Green #384214

Tints of Turtle Green #384214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 39.44%
G = 46.48%
B = 14.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#384214 (or 0x384214) is known color: Turtle Green. HEX triplet: 38, 42 and 14. RGB value is (56,66,20). Sum of RGB (Red+Green+Blue) = 56+66+20=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #384214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384214 is #C7BDEB. Grayscale: #393939. Windows color (decimal): -13090284 or 1327672. OLE color: 1327672.

HSL color Cylindrical-coordinate representation of color #384214: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384214 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 20 -
CMYK 0.15 0 0.70 0.74
HSL 73.04º 0.53% 0.17% -
HSV(B) 73.04º 0.7% 0.26% -
XYZ 3.71 4.79 1.39 -
YUV 57.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 56 66 20 0.15 0 0.70 0.74 73.04 0.53 0.17
Hex 38 42 14 F 0 46 4A 49 35 11
Octal 70 102 24 17 0 106 112 111 65 21
Binary 111000 1000010 10100 1111 0 1000110 1001010 1001001 110101 10001

Color Harmonies of #384214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384214

Black with #384214

Text Example


Text Example

White with #384214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384214; }

 p { color: rgb(56,66,20); }

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

background-color css

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

 a { background-color: rgb(56,66,20); }

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

border-color css

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

 span { border-color: rgb(56,66,20); }

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