#384200

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

Shades of Turtle Green #384200

Tints of Turtle Green #384200

Color information

#384200 (or 0x384200) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 00. RGB value is (56,66,0). Sum of RGB (Red+Green+Blue) = 56+66+0=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #384200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384200 is #C7BDFF. Grayscale: #373737. Windows color (decimal): -13090304 or 16952. OLE color: 16952.

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

Color convert

RGB56660-
CMYK0.15010.74
HSL69.09º100%12.94%-
HSV(B)69.09º100%25.88%-
XYZ3.584.740.73-
YUV55.4996.69128.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 66 (26.17% from 255) = 54.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.90%
G=54.10%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566600.15010.7469.0910012.94
Hex38420F0644A4564d
Octal70102017014411210514415
Binary111000100001001111011001001001010100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384200; }

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

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

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

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

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

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

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

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