#384122

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

Shades of Turtle Green #384122

Tints of Turtle Green #384122

Color information

#384122 (or 0x384122) is unknown color: approx Turtle Green. HEX triplet: 38, 41 and 22. RGB value is (56,65,34). Sum of RGB (Red+Green+Blue) = 56+65+34=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #384122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384122 is #C7BEDD. Grayscale: #3A3A3A. Windows color (decimal): -13090526 or 2244920. OLE color: 2244920.

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

Color convert

RGB566534-
CMYK0.1400.480.75
HSL77.42º31.31%19.41%-
HSV(B)77.42º47.69%25.49%-
XYZ3.814.742.23-
YUV58.78114.02126.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=36.13%
G=41.94%
B=21.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665340.1400.480.7577.4231.3119.41
Hex384122E0304B4d1f13
Octal7010142160601131153723
Binary111000100000110001011100110000100101110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384122; }

 p { color: rgb(56,65,34); }

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

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

 a { background-color: rgb(56,65,34); }

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

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

 span { border-color: rgb(56,65,34); }

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