Html Css Color HEX #384716 Turtle Green

📋 copy color: '#384716'

red 56 ◦ green 71 ◦ blue 22

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

Shades of Turtle Green #384716

Tints of Turtle Green #384716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.77%

R = 37.58%
G = 47.65%
B = 14.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#384716 (or 0x384716) is known color: Turtle Green. HEX triplet: 38, 47 and 16. RGB value is (56,71,22). Sum of RGB (Red+Green+Blue) = 56+71+22=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #384716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384716 is #C7B8E9. Grayscale: #3D3D3D. Windows color (decimal): -13089002 or 1460024. OLE color: 1460024.

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

Color convert

RGB 56 71 22 -
CMYK 0.21 0 0.69 0.72
HSL 78.37º 0.53% 0.18% -
HSV(B) 78.37º 0.69% 0.28% -
XYZ 4.03 5.41 1.59 -
YUV 60.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 56 71 22 0.21 0 0.69 0.72 78.37 0.53 0.18
Hex 38 47 16 15 0 45 48 4E 35 12
Octal 70 107 26 25 0 105 110 116 65 22
Binary 111000 1000111 10110 10101 0 1000101 1001000 1001110 110101 10010

Color Harmonies of #384716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384716

Black with #384716

Text Example


Text Example

White with #384716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384716; }

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

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

background-color css

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

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

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

border-color css

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

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

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