Html Css Color HEX #384321 Turtle Green

📋 copy color: '#384321'

red 56 ◦ green 67 ◦ blue 33

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

Shades of Turtle Green #384321

Tints of Turtle Green #384321

RGB

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

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

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

R = 35.9%
G = 42.95%
B = 21.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#384321 (or 0x384321) is known color: Turtle Green. HEX triplet: 38, 43 and 21. RGB value is (56,67,33). Sum of RGB (Red+Green+Blue) = 56+67+33=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #384321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384321 is #C7BCDE. Grayscale: #3B3B3B. Windows color (decimal): -13090015 or 2179896. OLE color: 2179896.

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

Color convert

RGB 56 67 33 -
CMYK 0.16 0 0.51 0.74
HSL 79.41º 0.34% 0.2% -
HSV(B) 79.41º 0.51% 0.26% -
XYZ 3.91 4.96 2.19 -
YUV 59.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 56 67 33 0.16 0 0.51 0.74 79.41 0.34 0.2
Hex 38 43 21 10 0 33 4A 4F 22 14
Octal 70 103 41 20 0 63 112 117 42 24
Binary 111000 1000011 100001 10000 0 110011 1001010 1001111 100010 10100

Color Harmonies of #384321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384321

Black with #384321

Text Example


Text Example

White with #384321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384321; }

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

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

background-color css

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

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

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

border-color css

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

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

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