Html Css Color HEX #277521 Japanese Laurel

📋 copy color: '#277521'

red 39 ◦ green 117 ◦ blue 33

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

Shades of Japanese Laurel #277521

Tints of Japanese Laurel #277521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 20.63%
G = 61.9%
B = 17.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#277521 (or 0x277521) is known color: Japanese Laurel. HEX triplet: 27, 75 and 21. RGB value is (39,117,33). Sum of RGB (Red+Green+Blue) = 39+117+33=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #277521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #277521 is #D88ADE. Grayscale: #545454. Windows color (decimal): -14191327 or 2192679. OLE color: 2192679.

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

Color convert

RGB 39 117 33 -
CMYK 0.67 0 0.72 0.54
HSL 115.71º 0.56% 0.29% -
HSV(B) 115.71º 0.72% 0.46% -
XYZ 7.47 13.26 3.61 -
YUV 84.1 99.16 95.83 -
System Red Green Blue C M Y K H S L
Decimal 39 117 33 0.67 0 0.72 0.54 115.71 0.56 0.29
Hex 27 75 21 43 0 48 36 74 38 1D
Octal 47 165 41 103 0 110 66 164 70 35
Binary 100111 1110101 100001 1000011 0 1001000 110110 1110100 111000 11101

Color Harmonies of #277521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277521

Black with #277521

Text Example


Text Example

White with #277521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277521; }

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

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

background-color css

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

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

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

border-color css

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

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

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