#384223

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

Shades of Turtle Green #384223

Tints of Turtle Green #384223

Color information

#384223 (or 0x384223) is unknown color: approx Turtle Green. HEX triplet: 38, 42 and 23. RGB value is (56,66,35). Sum of RGB (Red+Green+Blue) = 56+66+35=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #384223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384223 is #C7BDDC. Grayscale: #3B3B3B. Windows color (decimal): -13090269 or 2310712. OLE color: 2310712.

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

Color convert

RGB566635-
CMYK0.1500.470.74
HSL79.35º30.69%19.8%-
HSV(B)79.35º46.97%25.88%-
XYZ3.884.862.32-
YUV59.48114.19125.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=35.67%
G=42.04%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666350.1500.470.7479.3530.6919.8
Hex384223F02F4A4f1f14
Octal7010243170571121173724
Binary111000100001010001111110101111100101010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384223; }

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

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

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

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

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

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

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

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