#384023

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

Shades of Turtle Green #384023

Tints of Turtle Green #384023

Color information

#384023 (or 0x384023) is unknown color: approx Turtle Green. HEX triplet: 38, 40 and 23. RGB value is (56,64,35). Sum of RGB (Red+Green+Blue) = 56+64+35=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #384023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384023 is #C7BFDC. Grayscale: #3A3A3A. Windows color (decimal): -13090781 or 2310200. OLE color: 2310200.

HSL color Cylindrical-coordinate representation of color #384023: hue angle of 76.55º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384023 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB566435-
CMYK0.1300.450.75
HSL76.55º29.29%19.41%-
HSV(B)76.55º45.31%25.1%-
XYZ3.774.632.28-
YUV58.3114.85126.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 35 (14.06% from 255) = 22.58%
R=36.13%
G=41.29%
B=22.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664350.1300.450.7576.5529.2919.41
Hex384023D02D4B4d1d13
Octal7010043150551131153523
Binary111000100000010001111010101101100101110011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384023; }

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

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

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

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

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

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

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

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