Html Css Color HEX #384316 Turtle Green

📋 copy color: '#384316'

red 56 ◦ green 67 ◦ blue 22

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

Shades of Turtle Green #384316

Tints of Turtle Green #384316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 38.62%
G = 46.21%
B = 15.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#384316 (or 0x384316) is known color: Turtle Green. HEX triplet: 38, 43 and 16. RGB value is (56,67,22). Sum of RGB (Red+Green+Blue) = 56+67+22=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #384316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384316 is #C7BCE9. Grayscale: #3A3A3A. Windows color (decimal): -13090026 or 1459000. OLE color: 1459000.

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

Color convert

RGB 56 67 22 -
CMYK 0.16 0 0.67 0.74
HSL 74.67º 0.51% 0.17% -
HSV(B) 74.67º 0.67% 0.26% -
XYZ 3.78 4.91 1.51 -
YUV 58.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 56 67 22 0.16 0 0.67 0.74 74.67 0.51 0.17
Hex 38 43 16 10 0 43 4A 4B 33 11
Octal 70 103 26 20 0 103 112 113 63 21
Binary 111000 1000011 10110 10000 0 1000011 1001010 1001011 110011 10001

Color Harmonies of #384316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384316

Black with #384316

Text Example


Text Example

White with #384316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384316; }

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

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

background-color css

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

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

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

border-color css

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

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

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