Html Css Color HEX #3A813F Japanese Laurel

📋 copy color: '#3A813F'

red 58 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #3A813F

Tints of Japanese Laurel #3A813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 63 (25% from 255) = 25.2%

R = 23.2%
G = 51.6%
B = 25.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#3A813F (or 0x3A813F) is known color: Japanese Laurel. HEX triplet: 3A, 81 and 3F. RGB value is (58,129,63). Sum of RGB (Red+Green+Blue) = 58+129+63=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #3A813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A813F is #C57EC0. Grayscale: #646464. Windows color (decimal): -12943041 or 4161850. OLE color: 4161850.

HSL color Cylindrical-coordinate representation of color #3A813F: hue angle of 124.23º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A813F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 129 63 -
CMYK 0.55 0 0.51 0.49
HSL 124.23º 0.38% 0.37% -
HSV(B) 124.23º 0.55% 0.51% -
XYZ 10.49 16.96 7.42 -
YUV 100.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 58 129 63 0.55 0 0.51 0.49 124.23 0.38 0.37
Hex 3A 81 3F 37 0 33 31 7C 26 25
Octal 72 201 77 67 0 63 61 174 46 45
Binary 111010 10000001 111111 110111 0 110011 110001 1111100 100110 100101

Color Harmonies of #3A813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A813F

Black with #3A813F

Text Example


Text Example

White with #3A813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,63); }

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

background-color css

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

 a { background-color: rgb(58,129,63); }

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

border-color css

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

 span { border-color: rgb(58,129,63); }

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