Html Css Color HEX #384708 Turtle Green

📋 copy color: '#384708'

red 56 ◦ green 71 ◦ blue 8

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

Shades of Turtle Green #384708

Tints of Turtle Green #384708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 41.48%
G = 52.59%
B = 5.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#384708 (or 0x384708) is known color: Turtle Green. HEX triplet: 38, 47 and 08. RGB value is (56,71,8). Sum of RGB (Red+Green+Blue) = 56+71+8=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #384708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384708 is #C7B8F7. Grayscale: #3B3B3B. Windows color (decimal): -13089016 or 542520. OLE color: 542520.

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

Color convert

RGB 56 71 8 -
CMYK 0.21 0 0.89 0.72
HSL 74.29º 0.8% 0.15% -
HSV(B) 74.29º 0.89% 0.28% -
XYZ 3.93 5.36 1.06 -
YUV 59.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 56 71 8 0.21 0 0.89 0.72 74.29 0.8 0.15
Hex 38 47 8 15 0 59 48 4A 50 F
Octal 70 107 10 25 0 131 110 112 120 17
Binary 111000 1000111 1000 10101 0 1011001 1001000 1001010 1010000 1111

Color Harmonies of #384708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384708

Black with #384708

Text Example


Text Example

White with #384708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384708; }

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

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

background-color css

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

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

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

border-color css

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

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

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