Html Css Color HEX #3A7C37 Japanese Laurel

📋 copy color: '#3A7C37'

red 58 ◦ green 124 ◦ blue 55

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

Shades of Japanese Laurel #3A7C37

Tints of Japanese Laurel #3A7C37

RGB

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

 GREEN value IS 124 (48.83% from 255) = 52.32%

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 24.47%
G = 52.32%
B = 23.21%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#3A7C37 (or 0x3A7C37) is known color: Japanese Laurel. HEX triplet: 3A, 7C and 37. RGB value is (58,124,55). Sum of RGB (Red+Green+Blue) = 58+124+55=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C37 is #C583C8. Grayscale: #606060. Windows color (decimal): -12944329 or 3636282. OLE color: 3636282.

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

Color convert

RGB 58 124 55 -
CMYK 0.53 0 0.56 0.51
HSL 117.39º 0.39% 0.35% -
HSV(B) 117.39º 0.56% 0.49% -
XYZ 9.64 15.59 6.12 -
YUV 96.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 58 124 55 0.53 0 0.56 0.51 117.39 0.39 0.35
Hex 3A 7C 37 35 0 38 33 75 27 23
Octal 72 174 67 65 0 70 63 165 47 43
Binary 111010 1111100 110111 110101 0 111000 110011 1110101 100111 100011

Color Harmonies of #3A7C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C37

Black with #3A7C37

Text Example


Text Example

White with #3A7C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,55); }

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

background-color css

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

 a { background-color: rgb(58,124,55); }

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

border-color css

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

 span { border-color: rgb(58,124,55); }

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