#38823F

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

Shades of Japanese Laurel #38823F

Tints of Japanese Laurel #38823F

Color information

#38823F (or 0x38823F) is unknown color: approx Japanese Laurel. HEX triplet: 38, 82 and 3F. RGB value is (56,130,63). Sum of RGB (Red+Green+Blue) = 56+130+63=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #38823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38823F is #C77DC0. Grayscale: #646464. Windows color (decimal): -13073857 or 4162104. OLE color: 4162104.

HSL color Cylindrical-coordinate representation of color #38823F: hue angle of 125.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38823F is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB5613063-
CMYK0.5700.520.49
HSL125.68º39.78%36.47%-
HSV(B)125.68º56.92%50.98%-
XYZ10.5117.167.46-
YUV100.24106.9896.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 130 (51.17% from 255) = 52.21%
BLUE value IS 63 (25% from 255) = 25.30%
R=22.49%
G=52.21%
B=25.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56130630.5700.520.49125.6839.7836.47
Hex38823F39034317e2824
Octal702027771064611765044
Binary1110001000001011111111100101101001100011111110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38823F; }

 p { color: rgb(56,130,63); }

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

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

 a { background-color: rgb(56,130,63); }

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

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

 span { border-color: rgb(56,130,63); }

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