Html Css Color HEX #3A7236 Japanese Laurel

📋 copy color: '#3A7236'

red 58 ◦ green 114 ◦ blue 54

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

Shades of Japanese Laurel #3A7236

Tints of Japanese Laurel #3A7236

RGB

 RED value IS 58 (23.05% from 255) = 25.66%

 GREEN value IS 114 (44.92% from 255) = 50.44%

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 25.66%
G = 50.44%
B = 23.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#3A7236 (or 0x3A7236) is known color: Japanese Laurel. HEX triplet: 3A, 72 and 36. RGB value is (58,114,54). Sum of RGB (Red+Green+Blue) = 58+114+54=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #3A7236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7236 is #C58DC9. Grayscale: #5A5A5A. Windows color (decimal): -12946890 or 3568186. OLE color: 3568186.

HSL color Cylindrical-coordinate representation of color #3A7236: hue angle of 116º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7236 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 114 54 -
CMYK 0.49 0 0.53 0.55
HSL 116º 0.36% 0.33% -
HSV(B) 116º 0.53% 0.45% -
XYZ 8.43 13.2 5.59 -
YUV 90.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 58 114 54 0.49 0 0.53 0.55 116 0.36 0.33
Hex 3A 72 36 31 0 35 37 74 24 21
Octal 72 162 66 61 0 65 67 164 44 41
Binary 111010 1110010 110110 110001 0 110101 110111 1110100 100100 100001

Color Harmonies of #3A7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7236

Black with #3A7236

Text Example


Text Example

White with #3A7236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7236; }

 p { color: rgb(58,114,54); }

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

background-color css

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

 a { background-color: rgb(58,114,54); }

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

border-color css

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

 span { border-color: rgb(58,114,54); }

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