Html Css Color HEX #384710 Turtle Green

📋 copy color: '#384710'

red 56 ◦ green 71 ◦ blue 16

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

Shades of Turtle Green #384710

Tints of Turtle Green #384710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

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

R = 39.16%
G = 49.65%
B = 11.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#384710 (or 0x384710) is known color: Turtle Green. HEX triplet: 38, 47 and 10. RGB value is (56,71,16). Sum of RGB (Red+Green+Blue) = 56+71+16=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #384710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384710 is #C7B8EF. Grayscale: #3C3C3C. Windows color (decimal): -13089008 or 1066808. OLE color: 1066808.

HSL color Cylindrical-coordinate representation of color #384710: hue angle of 76.36º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #384710 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 16 -
CMYK 0.21 0 0.77 0.72
HSL 76.36º 0.63% 0.17% -
HSV(B) 76.36º 0.77% 0.28% -
XYZ 3.98 5.38 1.32 -
YUV 60.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 56 71 16 0.21 0 0.77 0.72 76.36 0.63 0.17
Hex 38 47 10 15 0 4D 48 4C 3F 11
Octal 70 107 20 25 0 115 110 114 77 21
Binary 111000 1000111 10000 10101 0 1001101 1001000 1001100 111111 10001

Color Harmonies of #384710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384710

Black with #384710

Text Example


Text Example

White with #384710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384710; }

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

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

background-color css

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

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

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

border-color css

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

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

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