Html Css Color HEX #384021 Turtle Green

📋 copy color: '#384021'

red 56 ◦ green 64 ◦ blue 33

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

Shades of Turtle Green #384021

Tints of Turtle Green #384021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.83%

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

R = 36.6%
G = 41.83%
B = 21.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#384021 (or 0x384021) is known color: Turtle Green. HEX triplet: 38, 40 and 21. RGB value is (56,64,33). Sum of RGB (Red+Green+Blue) = 56+64+33=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 64 (25.39% from 255 or 41.83% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 64 - color contains mainly: green. Hex color #384021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384021 is #C7BFDE. Grayscale: #3A3A3A. Windows color (decimal): -13090783 or 2179128. OLE color: 2179128.

HSL color Cylindrical-coordinate representation of color #384021: hue angle of 75.48º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #384021 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 33 -
CMYK 0.13 0 0.48 0.75
HSL 75.48º 0.32% 0.19% -
HSV(B) 75.48º 0.48% 0.25% -
XYZ 3.74 4.62 2.13 -
YUV 58.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 56 64 33 0.13 0 0.48 0.75 75.48 0.32 0.19
Hex 38 40 21 D 0 30 4B 4B 20 13
Octal 70 100 41 15 0 60 113 113 40 23
Binary 111000 1000000 100001 1101 0 110000 1001011 1001011 100000 10011

Color Harmonies of #384021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384021

Black with #384021

Text Example


Text Example

White with #384021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384021; }

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

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

background-color css

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

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

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

border-color css

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

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

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