Html Css Color HEX #384020 Turtle Green

📋 copy color: '#384020'

red 56 ◦ green 64 ◦ blue 32

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

Shades of Turtle Green #384020

Tints of Turtle Green #384020

RGB

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

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

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

R = 36.84%
G = 42.11%
B = 21.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#384020 (or 0x384020) is known color: Turtle Green. HEX triplet: 38, 40 and 20. RGB value is (56,64,32). Sum of RGB (Red+Green+Blue) = 56+64+32=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #384020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384020 is #C7BFDF. Grayscale: #3A3A3A. Windows color (decimal): -13090784 or 2113592. OLE color: 2113592.

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

Color convert

RGB 56 64 32 -
CMYK 0.13 0 0.50 0.75
HSL 75º 0.33% 0.19% -
HSV(B) 75º 0.5% 0.25% -
XYZ 3.72 4.61 2.06 -
YUV 57.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 56 64 32 0.13 0 0.50 0.75 75 0.33 0.19
Hex 38 40 20 D 0 32 4B 4B 21 13
Octal 70 100 40 15 0 62 113 113 41 23
Binary 111000 1000000 100000 1101 0 110010 1001011 1001011 100001 10011

Color Harmonies of #384020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384020

Black with #384020

Text Example


Text Example

White with #384020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384020; }

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

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

background-color css

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

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

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

border-color css

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

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

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