Html Css Color HEX #33823C Japanese Laurel

📋 copy color: '#33823C'

red 51 ◦ green 130 ◦ blue 60

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

Shades of Japanese Laurel #33823C

Tints of Japanese Laurel #33823C

RGB

 RED value IS 51 (20.31% from 255) = 21.16%

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 21.16%
G = 53.94%
B = 24.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#33823C (or 0x33823C) is known color: Japanese Laurel. HEX triplet: 33, 82 and 3C. RGB value is (51,130,60). Sum of RGB (Red+Green+Blue) = 51+130+60=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #33823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823C is #CC7DC3. Grayscale: #626262. Windows color (decimal): -13401540 or 3965491. OLE color: 3965491.

HSL color Cylindrical-coordinate representation of color #33823C: hue angle of 126.84º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33823C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 60 -
CMYK 0.61 0 0.54 0.49
HSL 126.84º 0.44% 0.35% -
HSV(B) 126.84º 0.61% 0.51% -
XYZ 10.16 17 7.02 -
YUV 98.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 51 130 60 0.61 0 0.54 0.49 126.84 0.44 0.35
Hex 33 82 3C 3D 0 36 31 7F 2C 23
Octal 63 202 74 75 0 66 61 177 54 43
Binary 110011 10000010 111100 111101 0 110110 110001 1111111 101100 100011

Color Harmonies of #33823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33823C

Black with #33823C

Text Example


Text Example

White with #33823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33823C; }

 p { color: rgb(51,130,60); }

 H1.HeaderClassName
 {
   color: #33823C;
 }
 .AnyTagClassName
 {
   color: #33823C;
 }
</style>

background-color css

<style>
 a { background-color: #33823C; }

 a { background-color: rgb(51,130,60); }

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

border-color css

<style>
 span { border-color: #33823C; }

 span { border-color: rgb(51,130,60); }

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