#384418

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

Shades of Turtle Green #384418

Tints of Turtle Green #384418

Color information

#384418 (or 0x384418) is unknown color: approx Turtle Green. HEX triplet: 38, 44 and 18. RGB value is (56,68,24). Sum of RGB (Red+Green+Blue) = 56+68+24=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #384418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384418 is #C7BBE7. Grayscale: #3B3B3B. Windows color (decimal): -13089768 or 1590328. OLE color: 1590328.

HSL color Cylindrical-coordinate representation of color #384418: hue angle of 76.36º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384418 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB566824-
CMYK0.1800.650.73
HSL76.36º47.83%18.04%-
HSV(B)76.36º64.71%26.67%-
XYZ3.865.041.63-
YUV59.4108.02125.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=37.84%
G=45.95%
B=16.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5668240.1800.650.7376.3647.8318.04
Hex38441812041494c3012
Octal70104302201011111146022
Binary11100010001001100010010010000011001001100110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384418; }

 p { color: rgb(56,68,24); }

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

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

 a { background-color: rgb(56,68,24); }

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

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

 span { border-color: rgb(56,68,24); }

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