Html Css Color HEX #3A823D Japanese Laurel

📋 copy color: '#3A823D'

red 58 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #3A823D

Tints of Japanese Laurel #3A823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 23.29%
G = 52.21%
B = 24.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#3A823D (or 0x3A823D) is known color: Japanese Laurel. HEX triplet: 3A, 82 and 3D. RGB value is (58,130,61). Sum of RGB (Red+Green+Blue) = 58+130+61=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #3A823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A823D is #C57DC2. Grayscale: #646464. Windows color (decimal): -12942787 or 4031034. OLE color: 4031034.

HSL color Cylindrical-coordinate representation of color #3A823D: hue angle of 122.5º 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 #3A823D is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 130 61 -
CMYK 0.55 0 0.53 0.49
HSL 122.5º 0.38% 0.37% -
HSV(B) 122.5º 0.55% 0.51% -
XYZ 10.57 17.2 7.18 -
YUV 100.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 58 130 61 0.55 0 0.53 0.49 122.5 0.38 0.37
Hex 3A 82 3D 37 0 35 31 7B 26 25
Octal 72 202 75 67 0 65 61 173 46 45
Binary 111010 10000010 111101 110111 0 110101 110001 1111011 100110 100101

Color Harmonies of #3A823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A823D

Black with #3A823D

Text Example


Text Example

White with #3A823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,130,61); }

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

background-color css

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

 a { background-color: rgb(58,130,61); }

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

border-color css

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

 span { border-color: rgb(58,130,61); }

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