Html Css Color HEX #33823D Japanese Laurel

📋 copy color: '#33823D'

red 51 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #33823D

Tints of Japanese Laurel #33823D

RGB

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

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

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

R = 21.07%
G = 53.72%
B = 25.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#33823D (or 0x33823D) is known color: Japanese Laurel. HEX triplet: 33, 82 and 3D. RGB value is (51,130,61). Sum of RGB (Red+Green+Blue) = 51+130+61=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #33823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33823D is #CC7DC2. Grayscale: #626262. Windows color (decimal): -13401539 or 4031027. OLE color: 4031027.

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

Color convert

RGB 51 130 61 -
CMYK 0.61 0 0.53 0.49
HSL 127.59º 0.44% 0.35% -
HSV(B) 127.59º 0.61% 0.51% -
XYZ 10.19 17.01 7.16 -
YUV 98.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 51 130 61 0.61 0 0.53 0.49 127.59 0.44 0.35
Hex 33 82 3D 3D 0 35 31 80 2C 23
Octal 63 202 75 75 0 65 61 200 54 43
Binary 110011 10000010 111101 111101 0 110101 110001 10000000 101100 100011

Color Harmonies of #33823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33823D

Black with #33823D

Text Example


Text Example

White with #33823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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