Html Css Color HEX #368333 Japanese Laurel

📋 copy color: '#368333'

red 54 ◦ green 131 ◦ blue 51

#368333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #368333

Tints of Japanese Laurel #368333

RGB

 RED value IS 54 (21.48% from 255) = 22.88%

 GREEN value IS 131 (51.56% from 255) = 55.51%

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 22.88%
G = 55.51%
B = 21.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#368333 (or 0x368333) is known color: Japanese Laurel. HEX triplet: 36, 83 and 33. RGB value is (54,131,51). Sum of RGB (Red+Green+Blue) = 54+131+51=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #368333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368333 is #C97CCC. Grayscale: #636363. Windows color (decimal): -13204685 or 3375926. OLE color: 3375926.

HSL color Cylindrical-coordinate representation of color #368333: hue angle of 117.75º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368333 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 131 51 -
CMYK 0.59 0 0.61 0.49
HSL 117.75º 0.44% 0.36% -
HSV(B) 117.75º 0.61% 0.51% -
XYZ 10.24 17.26 5.92 -
YUV 98.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 54 131 51 0.59 0 0.61 0.49 117.75 0.44 0.36
Hex 36 83 33 3B 0 3D 31 76 2C 24
Octal 66 203 63 73 0 75 61 166 54 44
Binary 110110 10000011 110011 111011 0 111101 110001 1110110 101100 100100

Color Harmonies of #368333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368333

Black with #368333

Text Example


Text Example

White with #368333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368333; }

 p { color: rgb(54,131,51); }

 H1.HeaderClassName
 {
   color: #368333;
 }
 .AnyTagClassName
 {
   color: #368333;
 }
</style>

background-color css

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

 a { background-color: rgb(54,131,51); }

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

border-color css

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

 span { border-color: rgb(54,131,51); }

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