Html Css Color HEX #384221 Turtle Green

📋 copy color: '#384221'

red 56 ◦ green 66 ◦ blue 33

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

Shades of Turtle Green #384221

Tints of Turtle Green #384221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.58%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 36.13%
G = 42.58%
B = 21.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#384221 (or 0x384221) is known color: Turtle Green. HEX triplet: 38, 42 and 21. RGB value is (56,66,33). Sum of RGB (Red+Green+Blue) = 56+66+33=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #384221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384221 is #C7BDDE. Grayscale: #3B3B3B. Windows color (decimal): -13090271 or 2179640. OLE color: 2179640.

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

Color convert

RGB 56 66 33 -
CMYK 0.15 0 0.5 0.74
HSL 78.18º 0.33% 0.19% -
HSV(B) 78.18º 0.5% 0.26% -
XYZ 3.85 4.85 2.17 -
YUV 59.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 56 66 33 0.15 0 0.5 0.74 78.18 0.33 0.19
Hex 38 42 21 F 0 32 4A 4E 21 13
Octal 70 102 41 17 0 62 112 116 41 23
Binary 111000 1000010 100001 1111 0 110010 1001010 1001110 100001 10011

Color Harmonies of #384221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384221

Black with #384221

Text Example


Text Example

White with #384221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384221; }

 p { color: rgb(56,66,33); }

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

background-color css

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

 a { background-color: rgb(56,66,33); }

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

border-color css

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

 span { border-color: rgb(56,66,33); }

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