#384302

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

Shades of Turtle Green #384302

Tints of Turtle Green #384302

Color information

#384302 (or 0x384302) is unknown color: approx Turtle Green. HEX triplet: 38, 43 and 02. RGB value is (56,67,2). Sum of RGB (Red+Green+Blue) = 56+67+2=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #384302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384302 is #C7BCFD. Grayscale: #383838. Windows color (decimal): -13090046 or 148280. OLE color: 148280.

HSL color Cylindrical-coordinate representation of color #384302: hue angle of 70.15º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384302 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB56672-
CMYK0.1600.970.74
HSL70.15º94.2%13.53%-
HSV(B)70.15º97.01%26.27%-
XYZ3.654.860.8-
YUV56.397.36127.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 67 (26.56% from 255) = 53.6%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=44.8%
G=53.6%
B=1.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566720.1600.970.7470.1594.213.53
Hex38432100614A465ee
Octal70103220014111210613616
Binary11100010000111010000011000011001010100011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384302; }

 p { color: rgb(56,67,2); }

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

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

 a { background-color: rgb(56,67,2); }

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

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

 span { border-color: rgb(56,67,2); }

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