#38421B

Color #38421B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #38421B

Tints of Turtle Green #38421B

Color information

#38421B (or 0x38421B) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 1B. RGB value is (56,66,27). Sum of RGB (Red+Green+Blue) = 56+66+27=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #38421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38421B is #C7BDE4. Grayscale: #3A3A3A. Windows color (decimal): -13090277 or 1786424. OLE color: 1786424.

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

Color convert

RGB566627-
CMYK0.1500.590.74
HSL75.38º41.94%18.24%-
HSV(B)75.38º59.09%25.88%-
XYZ3.784.821.77-
YUV58.56110.19126.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=37.58%
G=44.30%
B=18.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666270.1500.590.7475.3841.9418.24
Hex38421BF03B4A4b2a12
Octal7010233170731121135222
Binary111000100001011011111101110111001010100101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38421B;
 }
 .AnyTagClassName
 {
   color: #38421B;
 }
</style>
background-color css

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

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

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

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

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

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