Html Css Color HEX #35823D Japanese Laurel

📋 copy color: '#35823D'

red 53 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #35823D

Tints of Japanese Laurel #35823D

RGB

 RED value IS 53 (21.09% from 255) = 21.72%

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

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

R = 21.72%
G = 53.28%
B = 25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#35823D (or 0x35823D) is known color: Japanese Laurel. HEX triplet: 35, 82 and 3D. RGB value is (53,130,61). Sum of RGB (Red+Green+Blue) = 53+130+61=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #35823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823D is #CA7DC2. Grayscale: #636363. Windows color (decimal): -13270467 or 4031029. OLE color: 4031029.

HSL color Cylindrical-coordinate representation of color #35823D: hue angle of 126.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35823D is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 61 -
CMYK 0.59 0 0.53 0.49
HSL 126.23º 0.42% 0.36% -
HSV(B) 126.23º 0.59% 0.51% -
XYZ 10.29 17.06 7.17 -
YUV 99.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 53 130 61 0.59 0 0.53 0.49 126.23 0.42 0.36
Hex 35 82 3D 3B 0 35 31 7E 2A 24
Octal 65 202 75 73 0 65 61 176 52 44
Binary 110101 10000010 111101 111011 0 110101 110001 1111110 101010 100100

Color Harmonies of #35823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35823D

Black with #35823D

Text Example


Text Example

White with #35823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35823D; }

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

 H1.HeaderClassName
 {
   color: #35823D;
 }
 .AnyTagClassName
 {
   color: #35823D;
 }
</style>

background-color css

<style>
 a { background-color: #35823D; }

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

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

border-color css

<style>
 span { border-color: #35823D; }

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

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