Html Css Color HEX #368434 Japanese Laurel

📋 copy color: '#368434'

red 54 ◦ green 132 ◦ blue 52

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

Shades of Japanese Laurel #368434

Tints of Japanese Laurel #368434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.46%

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 22.69%
G = 55.46%
B = 21.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#368434 (or 0x368434) is known color: Japanese Laurel. HEX triplet: 36, 84 and 34. RGB value is (54,132,52). Sum of RGB (Red+Green+Blue) = 54+132+52=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #368434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368434 is #C97BCB. Grayscale: #636363. Windows color (decimal): -13204428 or 3441718. OLE color: 3441718.

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

Color convert

RGB 54 132 52 -
CMYK 0.59 0 0.61 0.48
HSL 118.5º 0.43% 0.36% -
HSV(B) 118.5º 0.61% 0.52% -
XYZ 10.39 17.53 6.09 -
YUV 99.56 101.16 95.5 -
System Red Green Blue C M Y K H S L
Decimal 54 132 52 0.59 0 0.61 0.48 118.5 0.43 0.36
Hex 36 84 34 3B 0 3D 30 76 2B 24
Octal 66 204 64 73 0 75 60 166 53 44
Binary 110110 10000100 110100 111011 0 111101 110000 1110110 101011 100100

Color Harmonies of #368434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368434

Black with #368434

Text Example


Text Example

White with #368434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368434; }

 p { color: rgb(54,132,52); }

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

background-color css

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

 a { background-color: rgb(54,132,52); }

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

border-color css

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

 span { border-color: rgb(54,132,52); }

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