#38451B

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

Shades of Turtle Green #38451B

Tints of Turtle Green #38451B

Color information

#38451B (or 0x38451B) is unknown color: approx Turtle Green. HEX triplet: 38, 45 and 1B. RGB value is (56,69,27). Sum of RGB (Red+Green+Blue) = 56+69+27=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #38451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38451B is #C7BAE4. Grayscale: #3C3C3C. Windows color (decimal): -13089509 or 1787192. OLE color: 1787192.

HSL color Cylindrical-coordinate representation of color #38451B: hue angle of 78.57º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38451B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB566927-
CMYK0.1900.610.73
HSL78.57º43.75%18.82%-
HSV(B)78.57º60.87%27.06%-
XYZ3.965.181.83-
YUV60.32109.19124.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=36.84%
G=45.39%
B=17.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669270.1900.610.7378.5743.7518.82
Hex38451B1303D494f2c13
Octal7010533230751111175423
Binary1110001000101110111001101111011001001100111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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