Html Css Color HEX #384421 Turtle Green

📋 copy color: '#384421'

red 56 ◦ green 68 ◦ blue 33

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

Shades of Turtle Green #384421

Tints of Turtle Green #384421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.31%

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

R = 35.67%
G = 43.31%
B = 21.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#384421 (or 0x384421) is known color: Turtle Green. HEX triplet: 38, 44 and 21. RGB value is (56,68,33). Sum of RGB (Red+Green+Blue) = 56+68+33=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #384421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384421 is #C7BBDE. Grayscale: #3C3C3C. Windows color (decimal): -13089759 or 2180152. OLE color: 2180152.

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

Color convert

RGB 56 68 33 -
CMYK 0.18 0 0.51 0.73
HSL 80.57º 0.35% 0.2% -
HSV(B) 80.57º 0.51% 0.27% -
XYZ 3.97 5.08 2.21 -
YUV 60.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 56 68 33 0.18 0 0.51 0.73 80.57 0.35 0.2
Hex 38 44 21 12 0 33 49 51 23 14
Octal 70 104 41 22 0 63 111 121 43 24
Binary 111000 1000100 100001 10010 0 110011 1001001 1010001 100011 10100

Color Harmonies of #384421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384421

Black with #384421

Text Example


Text Example

White with #384421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384421; }

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

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

background-color css

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

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

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

border-color css

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

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

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