Html Css Color HEX #338B75 Viridian

📋 copy color: '#338B75'

red 51 ◦ green 139 ◦ blue 117

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

Shades of Viridian #338B75

Tints of Viridian #338B75

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 16.61%
G = 45.28%
B = 38.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#338B75 (or 0x338B75) is known color: Viridian. HEX triplet: 33, 8B and 75. RGB value is (51,139,117). Sum of RGB (Red+Green+Blue) = 51+139+117=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #338B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B75 is #CC748A. Grayscale: #6E6E6E. Windows color (decimal): -13399179 or 7703347. OLE color: 7703347.

HSL color Cylindrical-coordinate representation of color #338B75: hue angle of 165º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B75 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 139 117 -
CMYK 0.63 0 0.16 0.45
HSL 165º 0.46% 0.37% -
HSV(B) 165º 0.63% 0.55% -
XYZ 13.81 20.45 20.05 -
YUV 110.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 51 139 117 0.63 0 0.16 0.45 165 0.46 0.37
Hex 33 8B 75 3F 0 10 2D A5 2E 25
Octal 63 213 165 77 0 20 55 245 56 45
Binary 110011 10001011 1110101 111111 0 10000 101101 10100101 101110 100101

Color Harmonies of #338B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B75

Black with #338B75

Text Example


Text Example

White with #338B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B75; }

 p { color: rgb(51,139,117); }

 H1.HeaderClassName
 {
   color: #338B75;
 }
 .AnyTagClassName
 {
   color: #338B75;
 }
</style>

background-color css

<style>
 a { background-color: #338B75; }

 a { background-color: rgb(51,139,117); }

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

border-color css

<style>
 span { border-color: #338B75; }

 span { border-color: rgb(51,139,117); }

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