Html Css Color HEX #367D3B Japanese Laurel

📋 copy color: '#367D3B'

red 54 ◦ green 125 ◦ blue 59

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

Shades of Japanese Laurel #367D3B

Tints of Japanese Laurel #367D3B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.52%

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 22.69%
G = 52.52%
B = 24.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#367D3B (or 0x367D3B) is known color: Japanese Laurel. HEX triplet: 36, 7D and 3B. RGB value is (54,125,59). Sum of RGB (Red+Green+Blue) = 54+125+59=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 125 (49.22% from 255 or 52.52% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 125 - color contains mainly: green. Hex color #367D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367D3B is #C982C4. Grayscale: #606060. Windows color (decimal): -13206213 or 3898678. OLE color: 3898678.

HSL color Cylindrical-coordinate representation of color #367D3B: hue angle of 124.23º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D3B is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 125 59 -
CMYK 0.57 0 0.53 0.51
HSL 124.23º 0.4% 0.35% -
HSV(B) 124.23º 0.57% 0.49% -
XYZ 9.64 15.77 6.67 -
YUV 96.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 54 125 59 0.57 0 0.53 0.51 124.23 0.4 0.35
Hex 36 7D 3B 39 0 35 33 7C 28 23
Octal 66 175 73 71 0 65 63 174 50 43
Binary 110110 1111101 111011 111001 0 110101 110011 1111100 101000 100011

Color Harmonies of #367D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367D3B

Black with #367D3B

Text Example


Text Example

White with #367D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367D3B; }

 p { color: rgb(54,125,59); }

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

background-color css

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

 a { background-color: rgb(54,125,59); }

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

border-color css

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

 span { border-color: rgb(54,125,59); }

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