Html Css Color HEX #384616 Turtle Green

📋 copy color: '#384616'

red 56 ◦ green 70 ◦ blue 22

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

Shades of Turtle Green #384616

Tints of Turtle Green #384616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 47.3%

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

R = 37.84%
G = 47.3%
B = 14.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#384616 (or 0x384616) is known color: Turtle Green. HEX triplet: 38, 46 and 16. RGB value is (56,70,22). Sum of RGB (Red+Green+Blue) = 56+70+22=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #384616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384616 is #C7B9E9. Grayscale: #3C3C3C. Windows color (decimal): -13089258 or 1459768. OLE color: 1459768.

HSL color Cylindrical-coordinate representation of color #384616: hue angle of 77.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384616 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 22 -
CMYK 0.20 0 0.69 0.73
HSL 77.5º 0.52% 0.18% -
HSV(B) 77.5º 0.69% 0.27% -
XYZ 3.97 5.28 1.57 -
YUV 60.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 56 70 22 0.20 0 0.69 0.73 77.5 0.52 0.18
Hex 38 46 16 14 0 45 49 4E 34 12
Octal 70 106 26 24 0 105 111 116 64 22
Binary 111000 1000110 10110 10100 0 1000101 1001001 1001110 110100 10010

Color Harmonies of #384616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384616

Black with #384616

Text Example


Text Example

White with #384616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384616; }

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

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

background-color css

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

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

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

border-color css

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

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

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