#38451F

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

Shades of Turtle Green #38451F

Tints of Turtle Green #38451F

Color information

#38451F (or 0x38451F) is unknown color: approx Turtle Green. HEX triplet: 38, 45 and 1F. RGB value is (56,69,31). Sum of RGB (Red+Green+Blue) = 56+69+31=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #38451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38451F is #C7BAE0. Grayscale: #3C3C3C. Windows color (decimal): -13089505 or 2049336. OLE color: 2049336.

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

Color convert

RGB566931-
CMYK0.1900.550.73
HSL80.53º38%19.61%-
HSV(B)80.53º55.07%27.06%-
XYZ4.015.22.09-
YUV60.78111.19124.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=35.90%
G=44.23%
B=19.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669310.1900.550.7380.533819.61
Hex38451F1303749512614
Octal7010537230671111214624
Binary1110001000101111111001101101111001001101000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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