#338C3D

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

Shades of Japanese Laurel #338C3D

Tints of Japanese Laurel #338C3D

Color information

#338C3D (or 0x338C3D) is unknown color: approx Japanese Laurel. HEX triplet: 33, 8C and 3D. RGB value is (51,140,61). Sum of RGB (Red+Green+Blue) = 51+140+61=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 140 (55.08% from 255 or 55.56% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 140 - color contains mainly: green. Hex color #338C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338C3D is #CC73C2. Grayscale: #686868. Windows color (decimal): -13398979 or 4033587. OLE color: 4033587.

HSL color Cylindrical-coordinate representation of color #338C3D: hue angle of 126.74º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338C3D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB5114061-
CMYK0.6400.560.45
HSL126.74º46.6%37.45%-
HSV(B)126.74º63.57%54.9%-
XYZ11.5919.87.63-
YUV104.38103.5189.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 140 (55.08% from 255) = 55.56%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=20.24%
G=55.56%
B=24.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51140610.6400.560.45126.7446.637.45
Hex338C3D400382D7f2f25
Octal6321475100070551775745
Binary11001110001100111101100000001110001011011111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338C3D; }

 p { color: rgb(51,140,61); }

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

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

 a { background-color: rgb(51,140,61); }

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

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

 span { border-color: rgb(51,140,61); }

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