Html Css Color HEX #277520 Japanese Laurel

📋 copy color: '#277520'

red 39 ◦ green 117 ◦ blue 32

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

Shades of Japanese Laurel #277520

Tints of Japanese Laurel #277520

RGB

 RED value IS 39 (15.63% from 255) = 20.74%

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 20.74%
G = 62.23%
B = 17.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#277520 (or 0x277520) is known color: Japanese Laurel. HEX triplet: 27, 75 and 20. RGB value is (39,117,32). Sum of RGB (Red+Green+Blue) = 39+117+32=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #277520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277520 is #D88ADF. Grayscale: #545454. Windows color (decimal): -14191328 or 2127143. OLE color: 2127143.

HSL color Cylindrical-coordinate representation of color #277520: hue angle of 115.06º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #277520 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 32 -
CMYK 0.67 0 0.73 0.54
HSL 115.06º 0.57% 0.29% -
HSV(B) 115.06º 0.73% 0.46% -
XYZ 7.46 13.26 3.53 -
YUV 83.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 39 117 32 0.67 0 0.73 0.54 115.06 0.57 0.29
Hex 27 75 20 43 0 49 36 73 39 1D
Octal 47 165 40 103 0 111 66 163 71 35
Binary 100111 1110101 100000 1000011 0 1001001 110110 1110011 111001 11101

Color Harmonies of #277520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277520

Black with #277520

Text Example


Text Example

White with #277520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277520; }

 p { color: rgb(39,117,32); }

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

background-color css

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

 a { background-color: rgb(39,117,32); }

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

border-color css

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

 span { border-color: rgb(39,117,32); }

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