Html Css Color HEX #384320 Turtle Green

📋 copy color: '#384320'

red 56 ◦ green 67 ◦ blue 32

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

Shades of Turtle Green #384320

Tints of Turtle Green #384320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 36.13%
G = 43.23%
B = 20.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#384320 (or 0x384320) is known color: Turtle Green. HEX triplet: 38, 43 and 20. RGB value is (56,67,32). Sum of RGB (Red+Green+Blue) = 56+67+32=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #384320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384320 is #C7BCDF. Grayscale: #3B3B3B. Windows color (decimal): -13090016 or 2114360. OLE color: 2114360.

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

Color convert

RGB 56 67 32 -
CMYK 0.16 0 0.52 0.74
HSL 78.86º 0.35% 0.19% -
HSV(B) 78.86º 0.52% 0.26% -
XYZ 3.9 4.96 2.12 -
YUV 59.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 56 67 32 0.16 0 0.52 0.74 78.86 0.35 0.19
Hex 38 43 20 10 0 34 4A 4F 23 13
Octal 70 103 40 20 0 64 112 117 43 23
Binary 111000 1000011 100000 10000 0 110100 1001010 1001111 100011 10011

Color Harmonies of #384320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384320

Black with #384320

Text Example


Text Example

White with #384320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384320; }

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

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

background-color css

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

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

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

border-color css

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

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

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