Html Css Color HEX #384210 Turtle Green

📋 copy color: '#384210'

red 56 ◦ green 66 ◦ blue 16

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

Shades of Turtle Green #384210

Tints of Turtle Green #384210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 40.58%
G = 47.83%
B = 11.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#384210 (or 0x384210) is known color: Turtle Green. HEX triplet: 38, 42 and 10. RGB value is (56,66,16). Sum of RGB (Red+Green+Blue) = 56+66+16=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #384210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384210 is #C7BDEF. Grayscale: #393939. Windows color (decimal): -13090288 or 1065528. OLE color: 1065528.

HSL color Cylindrical-coordinate representation of color #384210: hue angle of 72º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #384210 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 16 -
CMYK 0.15 0 0.76 0.74
HSL 72º 0.61% 0.16% -
HSV(B) 72º 0.76% 0.26% -
XYZ 3.67 4.77 1.22 -
YUV 57.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 56 66 16 0.15 0 0.76 0.74 72 0.61 0.16
Hex 38 42 10 F 0 4C 4A 48 3D 10
Octal 70 102 20 17 0 114 112 110 75 20
Binary 111000 1000010 10000 1111 0 1001100 1001010 1001000 111101 10000

Color Harmonies of #384210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384210

Black with #384210

Text Example


Text Example

White with #384210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384210; }

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

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

background-color css

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

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

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

border-color css

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

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

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