Html Css Color HEX #3A7634 Japanese Laurel

📋 copy color: '#3A7634'

red 58 ◦ green 118 ◦ blue 52

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

Shades of Japanese Laurel #3A7634

Tints of Japanese Laurel #3A7634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 25.44%
G = 51.75%
B = 22.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#3A7634 (or 0x3A7634) is known color: Japanese Laurel. HEX triplet: 3A, 76 and 34. RGB value is (58,118,52). Sum of RGB (Red+Green+Blue) = 58+118+52=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7634 is #C589CB. Grayscale: #5C5C5C. Windows color (decimal): -12945868 or 3438138. OLE color: 3438138.

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

Color convert

RGB 58 118 52 -
CMYK 0.51 0 0.56 0.54
HSL 114.55º 0.39% 0.33% -
HSV(B) 114.55º 0.56% 0.46% -
XYZ 8.84 14.1 5.51 -
YUV 92.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 58 118 52 0.51 0 0.56 0.54 114.55 0.39 0.33
Hex 3A 76 34 33 0 38 36 73 27 21
Octal 72 166 64 63 0 70 66 163 47 41
Binary 111010 1110110 110100 110011 0 111000 110110 1110011 100111 100001

Color Harmonies of #3A7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7634

Black with #3A7634

Text Example


Text Example

White with #3A7634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,52); }

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

background-color css

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

 a { background-color: rgb(58,118,52); }

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

border-color css

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

 span { border-color: rgb(58,118,52); }

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