#38843B

Color #38843B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #38843B

Tints of Japanese Laurel #38843B

Color information

#38843B (or 0x38843B) is unknown color: approx Japanese Laurel. HEX triplet: 38, 84 and 3B. RGB value is (56,132,59). Sum of RGB (Red+Green+Blue) = 56+132+59=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #38843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38843B is #C77BC4. Grayscale: #656565. Windows color (decimal): -13073349 or 3900472. OLE color: 3900472.

HSL color Cylindrical-coordinate representation of color #38843B: hue angle of 122.37º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38843B is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB5613259-
CMYK0.5800.550.48
HSL122.37º40.43%36.86%-
HSV(B)122.37º57.58%51.76%-
XYZ10.6717.666.98-
YUV100.95104.3295.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=22.67%
G=53.44%
B=23.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56132590.5800.550.48122.3740.4336.86
Hex38843B3A037307a2825
Octal702047372067601725045
Binary1110001000010011101111101001101111100001111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38843B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38843B; }

 p { color: rgb(56,132,59); }

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

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

 a { background-color: rgb(56,132,59); }

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

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

 span { border-color: rgb(56,132,59); }

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