#38431A

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

Shades of Turtle Green #38431A

Tints of Turtle Green #38431A

Color information

#38431A (or 0x38431A) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 1A. RGB value is (56,67,26). Sum of RGB (Red+Green+Blue) = 56+67+26=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #38431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38431A is #C7BCE5. Grayscale: #3B3B3B. Windows color (decimal): -13090022 or 1721144. OLE color: 1721144.

HSL color Cylindrical-coordinate representation of color #38431A: hue angle of 76.1º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38431A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB566726-
CMYK0.1600.610.74
HSL76.1º44.09%18.24%-
HSV(B)76.1º61.19%26.27%-
XYZ3.824.931.73-
YUV59.04109.36125.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=37.58%
G=44.97%
B=17.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667260.1600.610.7476.144.0918.24
Hex38431A1003D4A4c2c12
Octal7010332200751121145422
Binary1110001000011110101000001111011001010100110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38431A; }

 p { color: rgb(56,67,26); }

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

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

 a { background-color: rgb(56,67,26); }

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

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

 span { border-color: rgb(56,67,26); }

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