Html Css Color HEX #368343 Japanese Laurel

📋 copy color: '#368343'

red 54 ◦ green 131 ◦ blue 67

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

Shades of Japanese Laurel #368343

Tints of Japanese Laurel #368343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 21.43%
G = 51.98%
B = 26.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#368343 (or 0x368343) is known color: Japanese Laurel. HEX triplet: 36, 83 and 43. RGB value is (54,131,67). Sum of RGB (Red+Green+Blue) = 54+131+67=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #368343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368343 is #C97CBC. Grayscale: #646464. Windows color (decimal): -13204669 or 4424502. OLE color: 4424502.

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

Color convert

RGB 54 131 67 -
CMYK 0.59 0 0.49 0.49
HSL 130.13º 0.42% 0.36% -
HSV(B) 130.13º 0.59% 0.51% -
XYZ 10.65 17.42 8.11 -
YUV 100.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 54 131 67 0.59 0 0.49 0.49 130.13 0.42 0.36
Hex 36 83 43 3B 0 31 31 82 2A 24
Octal 66 203 103 73 0 61 61 202 52 44
Binary 110110 10000011 1000011 111011 0 110001 110001 10000010 101010 100100

Color Harmonies of #368343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368343

Black with #368343

Text Example


Text Example

White with #368343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368343; }

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

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

background-color css

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

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

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

border-color css

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

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

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