#38400C

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

Shades of Turtle Green #38400C

Tints of Turtle Green #38400C

Color information

#38400C (or 0x38400C) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 0C. RGB value is (56,64,12). Sum of RGB (Red+Green+Blue) = 56+64+12=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #38400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38400C is #C7BFF3. Grayscale: #373737. Windows color (decimal): -13090804 or 802872. OLE color: 802872.

HSL color Cylindrical-coordinate representation of color #38400C: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38400C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB566412-
CMYK0.1300.810.75
HSL69.23º68.42%14.9%-
HSV(B)69.23º81.25%25.1%-
XYZ3.534.531.04-
YUV55.68103.35128.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 12 (5.08% from 255) = 9.09%
R=42.42%
G=48.48%
B=9.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664120.1300.810.7569.2368.4214.9
Hex3840CD0514B4544f
Octal701001415012111310510417
Binary111000100000011001101010100011001011100010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38400C; }

 p { color: rgb(56,64,12); }

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

<style>
 a { background-color: #38400C; }

 a { background-color: rgb(56,64,12); }

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

<style>
 span { border-color: #38400C; }

 span { border-color: rgb(56,64,12); }

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