Html Css Color HEX #38421D Turtle Green

📋 copy color: '#38421D'

red 56 ◦ green 66 ◦ blue 29

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

Shades of Turtle Green #38421D

Tints of Turtle Green #38421D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 37.09%
G = 43.71%
B = 19.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#38421D (or 0x38421D) is known color: Turtle Green. HEX triplet: 38, 42 and 1D. RGB value is (56,66,29). Sum of RGB (Red+Green+Blue) = 56+66+29=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #38421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38421D is #C7BDE2. Grayscale: #3A3A3A. Windows color (decimal): -13090275 or 1917496. OLE color: 1917496.

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

Color convert

RGB 56 66 29 -
CMYK 0.15 0 0.56 0.74
HSL 76.22º 0.39% 0.19% -
HSV(B) 76.22º 0.56% 0.26% -
XYZ 3.8 4.83 1.89 -
YUV 58.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 56 66 29 0.15 0 0.56 0.74 76.22 0.39 0.19
Hex 38 42 1D F 0 38 4A 4C 27 13
Octal 70 102 35 17 0 70 112 114 47 23
Binary 111000 1000010 11101 1111 0 111000 1001010 1001100 100111 10011

Color Harmonies of #38421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38421D

Black with #38421D

Text Example


Text Example

White with #38421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38421D; }

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

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

background-color css

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

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

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

border-color css

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

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

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