#38883A

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

Shades of Japanese Laurel #38883A

Tints of Japanese Laurel #38883A

Color information

#38883A (or 0x38883A) is unknown color: approx Japanese Laurel. HEX triplet: 38, 88 and 3A. RGB value is (56,136,58). Sum of RGB (Red+Green+Blue) = 56+136+58=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #38883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38883A is #C777C5. Grayscale: #676767. Windows color (decimal): -13072326 or 3835960. OLE color: 3835960.

HSL color Cylindrical-coordinate representation of color #38883A: hue angle of 121.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38883A is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5613658-
CMYK0.5900.570.47
HSL121.5º41.67%37.65%-
HSV(B)121.5º58.82%53.33%-
XYZ11.218.757.03-
YUV103.19102.594.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 136 (53.52% from 255) = 54.4%
BLUE value IS 58 (23.05% from 255) = 23.2%
R=22.4%
G=54.4%
B=23.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56136580.5900.570.47121.541.6737.65
Hex38883A3B0392F7a2a26
Octal702107273071571725246
Binary1110001000100011101011101101110011011111111010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38883A; }

 p { color: rgb(56,136,58); }

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

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

 a { background-color: rgb(56,136,58); }

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

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

 span { border-color: rgb(56,136,58); }

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